ASP.NET Core MVC コントロールヘルプ
OnClientFormatItem メソッド (FlexGridBaseBuilder<T,TControl,TBuilder>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > FlexGridBaseBuilder<T,TControl,TBuilder> クラス : OnClientFormatItem メソッド
The value.
Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientFormatItem client event. Occurs when an element representing a cell has been created.
シンタックス
'宣言
 
Public Overridable Function OnClientFormatItem( _
   ByVal value As System.String _
) As TBuilder
public virtual TBuilder OnClientFormatItem( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
This event can be used to format cells for display.It is similar in purpose to the itemFormatter property, but has the advantage of allowing multiple independent handlers.
参照

FlexGridBaseBuilder<T,TControl,TBuilder> クラス
FlexGridBaseBuilder<T,TControl,TBuilder> メンバ